home *** CD-ROM | disk | FTP | other *** search
/ PC PowerPlay 49 / PCPP49a.iso / editors / sofsdk / SoF SDK.msi / _C3596CA0EEC3472D9BF8E19A954BC3F9 < prev    next >
Encoding:
Text File  |  2000-03-27  |  375 b   |  18 lines

  1. #include "../common/header.ds"
  2. output "p:/base/ds/tsr1"
  3.  
  4.  
  5.  
  6.  
  7. local entity victim1 // the person who dodges from the alcove
  8. local entity chaser1 // the guy who will wind up chasing him
  9.  
  10.  
  11.  
  12. victim1 = find entity with targetname "victim1"
  13. chaser1 = find entity with targetname "chaser1"
  14.  
  15.  
  16.  
  17. use entity victim1 // spawns these guys in out of view
  18. use entity chaser1